home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / sound / samplecruncher / samplescruncher.readme < prev    next >
Text File  |  1999-11-29  |  2KB  |  42 lines

  1. Short:    samplescruncher - Sample distortion using x2d(d2x(n)) conversion
  2. Uploader: Alexander Niven-Jenkins <anj@cremlinsoftware.org>
  3. Author:   Alexander Niven-Jenkins <anj@cremlinsoftware.org>
  4. Type:     mus/misc
  5.  
  6. samplescruncher is a small CLI program which I knocked up at the request of
  7. D Krunpicz, you see we do do programs on request.
  8.  
  9. -------------------------------------------------------------------------------
  10.  
  11. Inside the archive is the main executable and an arexx script which I wrote to
  12. accompany OctaMED Sound Studio.
  13.  
  14. Also included is another archive called interface.lha, this is a gui written
  15. by D Krunpicz that utilises VAREXX to produce a complete interface into
  16. OctaMED Sound Studio.
  17.  
  18. Within the interface.lha archive is also a number of pre-created look up files
  19. which D Krunpicz kindly created for some default distortions.
  20.  
  21. -------------------------------------------------------------------------------
  22.  
  23. samplescruncher is CLI only and takes the following CLI template:
  24.  
  25. IN/A,OUT/A,LOOKUP/K,OFF=OFFSET/N
  26.  
  27. IN     - sample to distort
  28. OUT    - new sample to create
  29. LOOKUP - optional 256 byte look up file where the distortion data is taken
  30.          from, if this is not specified then the first 256 bytes of IN will be
  31.          used instead.
  32. OFFSET - offset of IN to start distortion from
  33.  
  34. -------------------------------------------------------------------------------
  35.  
  36. I'm sorry for the lack of documentation, but this program was written at the
  37. request of D Krunpicz for D Krunpicz, I never did any documentatin because at
  38. the time we knew how to use it :-)
  39.  
  40. I have decided to release it now as I found it sitting on my HD while cleaning
  41. it up.
  42.